home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00482.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  151 b   |  10 lines

  1. on mouseDown
  2.   buttonlogicLoo()
  3.   if the machineType = 256 then
  4.     sound fadeIn 2, 2 * 60
  5.   else
  6.     sound fadeIn 2, 2 * 60
  7.   end if
  8.   go("map1")
  9. end
  10.